StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Brett Hale

Rating
1534.63 (14,876th)
Reputation
17,486 (8,019th)
Page: 1 2 3 4 5 ... 11
Title Δ
Where does the %rax register come from in this assembly code? 0.00
What is the easiest way to find the sizeof a type without compiling... +1.08
GCC -msse2 does not generate SIMD code 0.00
How to cross-compile a autotools project for ARM? 0.00
GMP most significant digits -0.22
C++ libpng into GLFWimage into GLFWcursor causing distortion and in... +0.47
Linker error with GLFW on OS 10.10 0.00
./configure script should fail on enabling mistyped parameters 0.00
Create dynamic array of objects for VBO -0.55
I can't figure out how to calculate the maximum and minimum sig... +1.56
How to generically specify AX, EAX or RAX depending on architecture? +1.11
Set cc to gcc instead of clang on OSX Yosemite +0.25
Structure pointer pointing to different structure instance 0.00
Fast Division and Modular operation for non two power numbers -0.04
Opengl by using vertex buffer objects 0.00
crazy flashing window OpenGL GLFW 0.00
macports failing to install octave in a Mac 10.9.5 0.00
OSX 10.10. Yosemite Clang & GCC Versions +1.30
Deleting a Node in a Linked List in C++ +0.05
How can you check if AC_PROG_CXX has failed? 0.00
Why do I get 2 callbacks in GLFW3 - OpenGL 0.00
I am assuming size of integer 2 byte and getting different value in c +0.48
Is "Jump if zero" (jz) faster? -0.32
how to make Mac detect AVR board using USBasp and burn program to it? +0.47
GLFW fast keyboard handling 0.00
Anything other than -Ofast causes "undefined reference" e... +1.76
Install GMP library on Mac OS X 10.9 and Xcode +0.40
Event-Driven Programming - How does an event know when to occur? -1.59
C++ operator overloading for myClass(x,y,z) = value +0.80
Performance of uploading mat4 attributes (VBO) versus mat4 uniforms... -0.54
Cast std::vector as another std::vector -0.92
64 bit mathematical operations without any loss of data or precision -0.58
pow(NAN) is very slow +1.17
Use of glDrawElements I Don't Understand +0.43
configure: error: libtool configure failed +2.06
how can I check a particular gcc feature in configure.ac +0.60
Addresses of Thread Local Storage Variables 0.00
OpenGL not rendering os x mavericks 0.00
undefined reference to glfwSetErrorCallback 0.00
Building C++ and Assembly source in Xcode 0.00
What is the difference between long x = 32L and long const x = 32 ? -0.37
GCC couldn't vectorize 64-bit multiplication. Can 64-bit x 64-b... 0.00
how to use macro __GNUC__ and __GNUC_MINOR__ in configure.ac -0.53
GCC flags during linking +2.15
What's the efficient algorithm to find the Integer square root of a... -0.23
-g flag changes runtime and compilation of program 0.00
Do I need to run "make clean" before ./configure when rec... +0.21
a = ((b - c) < 0 ? 0 : (b - c)) versus a = b - c; a = a < 0 ?... +0.68
What is the difference between LDADD and LIBADD? +2.29
Emit warning on unaligned memory access? -0.03