Math/Angle: Optimize SinCos on Linux

This commit is contained in:
Jérôme Leclercq
2018-09-05 15:15:02 +02:00
parent 9e0b61f30d
commit f0e215f8f5
2 changed files with 30 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ MODULE.OsFiles.Posix = {
MODULE.OsLibraries.Posix = {
"dl",
"m", -- Math library (for sincos())
"pthread"
}