KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Implement AltiVec LossyConvertEncodings #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using the VMX code in TenFourFox, implement AltiVec versions for 
string/src/nsReadableUtils.cpp. These versions should be 
LossyConvertEncoding16to8 and 8to16 (so that the types are known, based on 
10.4Fx's xpcom/string/public/nsUTF8Utils.h), and leave the old one as a generic 
fallback template version. Consumers will then be altered one by one to use the 
new encoding classes.

Original issue reported on code.google.com by classi...@floodgap.com on 18 Jan 2012 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by classi...@floodgap.com on 18 Jan 2012 at 1:04