projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1673d2
)
mesa: remove accidentally committed __SUNPRO_C sqrtf() code
author
Brian Paul
<brianp@vmware.com>
Mon, 3 Sep 2012 14:03:05 +0000
(08:03 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 3 Sep 2012 14:03:07 +0000
(08:03 -0600)
src/mesa/main/imports.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index 2f854e5740094281ad843057bb0c036406541774..60b0f11af863adbbaf72f63491efec4eadf9596d 100644
(file)
--- a/
src/mesa/main/imports.h
+++ b/
src/mesa/main/imports.h
@@
-156,10
+156,6
@@
static inline int isblank(int ch) { return ch == ' ' || ch == '\t'; }
#endif
/*@}*/
-#if defined(__SUNPRO_C)
-#define sqrtf(f) ((float) sqrt(f))
-#endif
-
/***
*** LOG2: Log base 2 of float