summaryrefslogtreecommitdiff
path: root/shared/libc
diff options
context:
space:
mode:
authorDavid Lechner <david@pybricks.com>2022-11-09 12:03:31 -0600
committerDamien George <damien@micropython.org>2022-11-10 11:36:41 +1100
commit0eead94181127b6e4c0084dba36b3dfd60ed6660 (patch)
treed6214cd8c6d2552cf124783040b89249aa195cb6 /shared/libc
parent71881116e6442274a7c12967f02dea00eeb7568c (diff)
lib/libm: Use __asm__ instead of asm.
`asm` is not part of the C standard and causes a complier error when `-std=c99` is used. `__asm__` is the recommended alternative. https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/alternate-keywords.html Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'shared/libc')
0 files changed, 0 insertions, 0 deletions