Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: supporting quads on 32 bit Perl (0.23)

by ikegami (Patriarch)
on Jun 04, 2012 at 17:35 UTC ( [id://974335]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    t/MSC.t ................. 1/3
    #   Failed test 'uint64 to NV conversion 3'
    ...
    t/MSC.t               (Wstat: 256 Tests: 3 Failed: 1)
      Failed test:  3
      Non-zero exit status: 1
    
  2. or download this
    t/MSC.t ................. 1/3
    #   Failed test 'uint64 to NV conversion 3'
    ...
    #          got: '1.83746864796716e+019'
    #     expected: '18374686479671623680'
    # Looks like you failed 1 test of 3.
    
  3. or download this
    nv: 1.837468647967162400000000000000e+019
    u:  1.837468647967162400000000000000e+019
    nv: 43efe00000000000
    u:  43efe00000000000
    
  4. or download this
    Int64.xs(256) : warning C4244: 'return' : conversion from 'NV' to 'int
    +64_t', possible loss of data
    Int64.xs(335) : warning C4244: 'return' : conversion from 'NV' to 'uin
    +t64_t', possible loss of data
    ...
    Int64.c(3243) : warning C4101: 'other' : unreferenced local variable
    ...\int64.xs(170) : warning C4715: 'SvSI64' : not all control paths re
    +turn a value
    ...\int64.xs(180) : warning C4715: 'SvSU64' : not all control paths re
    +turn a value
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://974335]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 19:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found