1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Files
glibc/sysdeps/x86
Adhemerval Zanella a2b0ff98a0 include/sys/cdefs.h: Add __attribute_optimization_barrier__
Add __attribute_optimization_barrier__ to disable inlining and cloning on a
function.  For Clang, expand it to

__attribute__ ((optnone))

Otherwise, expand it to

__attribute__ ((noinline, clone))

Co-Authored-By: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-23 06:28:55 +08:00
..
2024-06-18 10:45:36 +02:00
2024-06-18 10:45:36 +02:00
2024-06-18 10:45:36 +02:00
2024-12-20 15:52:57 +01:00
2021-03-30 14:58:19 +05:30
2024-01-10 05:20:20 -08:00
2017-11-27 14:16:47 +00:00
2024-01-08 17:09:36 -03:00