Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Dec 7, 2011

make compilation work with Apple LLVM compiler by having jl_box_int8() and jl_box_uint8() work with full size integers (one register) and forcing the bit cast in C (also generates less assembly code overall!)

this should make everything work with the default Apple compiler

…) and jl_box_uint8() work with full size integers (one register) and forcing the bit cast in C (also generates less assembly code overall!)
JeffBezanson added a commit that referenced this pull request Dec 7, 2011
fixes compilation issue with julia function uint8() on Apple
@JeffBezanson JeffBezanson merged commit 5eb3e65 into JuliaLang:master Dec 7, 2011
StefanKarpinski pushed a commit that referenced this pull request Feb 8, 2018
* add transcode (fixes #284)

* fixed method ambig and account for NUL termination of legacy utf16/utf32 functions

* resize rather than slice, to avoid making an unnecessary copy

* add missing T -> T transcode methods

* another transcode test

* whoops
cmcaine pushed a commit to cmcaine/julia that referenced this pull request Nov 11, 2022
* Regenerate READMEs

* Fix pangram README

* Regenerate rational numbers again
Keno pushed a commit that referenced this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants