freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
608 stars 187 forks source link

Use better optimization for Raspberry Pi 2 #261

Closed gblach closed 5 years ago

gblach commented 5 years ago

Raspberry Pi 2 is using Cortex-a7 cpu, so it's a good idea to optimize system for that. According to nbench, with this optimization system is 3% faster in integer aritmetic and 21% faster in floating-point.