Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
62332a20
Commit
62332a20
authored
Oct 02, 2018
by
Jonathan Wilkes
Browse files
fix #477: remove redundant int32_t macro from d_math.h
parent
4f8d1ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/d_math.c
View file @
62332a20
...
...
@@ -67,14 +67,6 @@ static void clip_setup(void)
#define DUMTAB1SIZE 256
#define DUMTAB2SIZE 1024
#ifdef MSW
typedef
__int32
int32_t
;
/* use MSVC's internal type */
#elif defined(IRIX)
typedef
long
int32_t
;
/* a data type that has 32 bits */
#else
# include <stdint.h>
/* this is where int32_t is defined in C99 */
#endif
static
float
rsqrt_exptab
[
DUMTAB1SIZE
],
rsqrt_mantissatab
[
DUMTAB2SIZE
];
static
void
init_rsqrt
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment