Reply to comment

разложение double на два int

Tagged:  

кто нибудь пробовал раскладывать переменную типа double на две переменные типа int? Функции
int __double2loint(double)
int __double2hiint(double)
которые можно (но не рекомендуется!) использовать при работе с общей памятью чтобы совсем избежать bank conflicts (так как размер одного "bank" всего 32 бита).
Если есть опыт, то получили ли вы ускорение и какое?

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <i> <table> <td> <tr> <th>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].
  • Images can be added to this post.

More information about formatting options

Copyright © 2008-2011 Alex Tutubalin