Search found 56 matches

by venom
Tue Oct 07, 2008 4:02 am
Forum: Coding Questions
Topic: Processing performance of floats vs integers?
Replies: 17
Views: 4596

Would the FPU come up as CPU usage?
by venom
Wed May 14, 2008 3:28 pm
Forum: Feature Requests and Wishlists
Topic: More simple math functions...
Replies: 19
Views: 7047

:oops: Then is there any chance of the help file being updated regarding this? I got the impression they only worked on floats.
by venom
Wed May 14, 2008 12:50 am
Forum: Feature Requests and Wishlists
Topic: More simple math functions...
Replies: 19
Views: 7047

I meant with keeping the precision of doubles, the help implies it is cast to float.
by venom
Tue May 13, 2008 10:45 pm
Forum: Feature Requests and Wishlists
Topic: More simple math functions...
Replies: 19
Views: 7047

Is there any chance of math functions for doubles though?
by venom
Fri Jun 08, 2007 10:02 pm
Forum: Off Topic
Topic: PureBasic and Dark Basic Pro
Replies: 30
Views: 6500

Its true, they fix a few bugs and do releases for free. However, they also fix bugs for a new version and add a couple new features then charge you for it and don't release the bugfixes for the older version. Since when? I've never had to pay for an update, Realbasic on the other had has something ...
by venom
Mon Oct 30, 2006 12:22 pm
Forum: Coding Questions
Topic: raw manipulation of #image data possible?
Replies: 7
Views: 1282

DrawingBuffer()? Not sure if it works with images though.
by venom
Tue Oct 03, 2006 5:02 pm
Forum: Feature Requests and Wishlists
Topic: Pimp My PureBasic :D
Replies: 13
Views: 4625

Moving a file is faster than copying if the destination is on the same drive.
by venom
Thu Jul 27, 2006 6:38 am
Forum: Feature Requests and Wishlists
Topic: Too complex expressions
Replies: 5
Views: 1889

Here on 4.0 it comes up not able to use << >> | & ! % on floats.
by venom
Wed Jul 26, 2006 5:52 am
Forum: Feature Requests and Wishlists
Topic: Too complex expressions
Replies: 5
Views: 1889

Actually I meant for the temporary storage.
by venom
Mon Jul 24, 2006 11:43 am
Forum: Feature Requests and Wishlists
Topic: Too complex expressions
Replies: 5
Views: 1889

Maybe it could use the stack instead of registers?
by venom
Sat Mar 18, 2006 9:04 am
Forum: Off Topic
Topic: Funny true stories
Replies: 5
Views: 1508

Some of them are urban legends such as the 'Pumping' story. As Thailand is mostly made up of buddhists (95%), they're not going to be talking crap about god and satan. http://www.snopes.com/horrors/freakish/pump.asp
by venom
Sat Mar 18, 2006 7:57 am
Forum: Off Topic
Topic: Funny true stories
Replies: 5
Views: 1508

Hardly true.
by venom
Sat Feb 18, 2006 1:11 pm
Forum: Off Topic
Topic: Is your Desktop bigger than 640x480?
Replies: 30
Views: 6214

1280x1024 here
by venom
Fri Feb 10, 2006 12:17 pm
Forum: Feature Requests and Wishlists
Topic: New constants #PB_Compiler_CPU
Replies: 0
Views: 970

New constants #PB_Compiler_CPU

Perhaps these constants should exist, and be set true or false depending on the compiler switch?

#PB_Compiler_CPUMMX
#PB_Compiler_CPU3DNOW
#PB_Compiler_CPUSSE
#PB_Compiler_CPUSSE2
by venom
Mon Feb 06, 2006 10:00 am
Forum: General Discussion
Topic: Why macros don't accept parameter types?
Replies: 6
Views: 1851

The only thing I can think of thats closest to this are inline functions, which PureBasic doesn't have.