Skip to content

Commit aebc31a

Browse files
committed
Add explanations of __REAL__ and FDV_ARM_MATH.
1 parent 49cd0b3 commit aebc31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Codec 2 requires a hardware Floating Point Unit (FPU) to run in real time.
243243
Two build options have been added to support building on microcontrollers:
244244
1. Setting the `cmake` variable MICROCONTROLLER_BUILD disables position independent code (-fPIC is not used). This was required for the IMRT1052 used in Teensy 4/4.1).
245245
246-
1. On ARM machines, setting the C Flag \_\_EMBEDDED\_\_ and linking with the ARM CMSIS library will improve performance on ARM-based microcontrollers.
246+
1. On ARM machines, setting the C Flag \_\_EMBEDDED\_\_ and linking with the ARM CMSIS library will improve performance on ARM-based microcontrollers. \_\_REAL\_\_ and FDV\_ARM\_MATH are additional ARM-specific options that can be set to improve performance if required, especially with OFDM modes.
247247
248248
A CMakeLists.txt example for a microcontroller is below:
249249

0 commit comments

Comments
 (0)