summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 52e0d92)
raw | patch | inline | side by side (parent: 52e0d92)
author | mittorn <mittorn@sibmail.com> | |
Tue, 16 Jun 2015 15:10:01 +0000 (22:10 +0700) | ||
committer | mittorn <mittorn@sibmail.com> | |
Tue, 16 Jun 2015 15:10:01 +0000 (22:10 +0700) |
GL/glesinterface.h | patch | blob | history |
diff --git a/GL/glesinterface.h b/GL/glesinterface.h
index e6e2d45e9eda468487e71f584ae68ea6055f010e..46de9e4bda9cb1423fd179c9ce0df6a35ac61255 100644 (file)
--- a/GL/glesinterface.h
+++ b/GL/glesinterface.h
#endif
#endif
+#ifdef SOFTFP_LINK
#define S __attribute__((pcs("aapcs")))
+#else
+#define S
+#endif
struct GlESInterface
{