From db9b8c062fe8ebb7321a24207f2887a28b31a55d Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 15 Nov 2010 13:58:51 -0800 Subject: glsl: Implement the asinh, acosh, and atanh built-in functions. --- src/glsl/builtins/profiles/130.frag | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl/builtins/profiles/130.frag') diff --git a/src/glsl/builtins/profiles/130.frag b/src/glsl/builtins/profiles/130.frag index 0d860eb9ed..329116f2a2 100644 --- a/src/glsl/builtins/profiles/130.frag +++ b/src/glsl/builtins/profiles/130.frag @@ -62,7 +62,6 @@ vec2 tanh(vec2 x); vec3 tanh(vec3 x); vec4 tanh(vec4 x); -#if 0 float asinh(float x); vec2 asinh(vec2 x); vec3 asinh(vec3 x); @@ -77,7 +76,6 @@ float atanh(float x); vec2 atanh(vec2 x); vec3 atanh(vec3 x); vec4 atanh(vec4 x); -#endif /* * 8.2 - Exponential Functions -- cgit v1.2.3